home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frm3_4_2
- Caption = "3-4-2"
- ClientHeight = 1680
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 4470
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- LinkTopic = "Form1"
- PaletteMode = 1 'UseZOrder
- ScaleHeight = 1680
- ScaleWidth = 4470
- Begin VB.CommandButton cmdShow
- Caption = "Show Statement"
- Default = -1 'True
- Height = 615
- Left = 1200
- TabIndex = 1
- Top = 840
- Width = 1935
- End
- Begin VB.PictureBox picOutput
- Height = 495
- Left = 120
- ScaleHeight = 435
- ScaleWidth = 4155
- TabIndex = 0
- Top = 120
- Width = 4215
- End
- Attribute VB_Name = "frm3_4_2"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdShow_Click()
- picOutput.Cls
- phrase = "win or lose that counts."
- picOutput.Print "It's not whether you "; phrase
- picOutput.Print "It's whether I "; phrase
- End Sub
-